Html Css Color HEX #762138 Claret

📋 copy color: '#762138'

red 118 ◦ green 33 ◦ blue 56

#762138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #762138

Tints of Claret #762138

RGB

 RED value IS 118 (46.48% from 255) = 57%

 GREEN value IS 33 (13.28% from 255) = 15.94%

 BLUE value IS 56 (22.27% from 255) = 27.05%

R = 57%
G = 15.94%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#762138 (or 0x762138) is known color: Claret. HEX triplet: 76, 21 and 38. RGB value is (118,33,56). Sum of RGB (Red+Green+Blue) = 118+33+56=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762138 is #89DEC7. Grayscale: #3D3D3D. Windows color (decimal): -9035464 or 3678582. OLE color: 3678582.

HSL color Cylindrical-coordinate representation of color #762138: hue angle of 343.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762138 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 56 -
CMYK 0 0.72 0.53 0.54
HSL 343.76º 0.56% 0.3% -
HSV(B) 343.76º 0.72% 0.46% -
XYZ 8.73 5.22 4.29 -
YUV 61.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 118 33 56 0 0.72 0.53 0.54 343.76 0.56 0.3
Hex 76 21 38 0 48 35 36 158 38 1E
Octal 166 41 70 0 110 65 66 530 70 36
Binary 1110110 100001 111000 0 1001000 110101 110110 101011000 111000 11110

Color Harmonies of #762138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762138

Black with #762138

Text Example


Text Example

White with #762138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762138; }

 p { color: rgb(118,33,56); }

 H1.HeaderClassName
 {
   color: #762138;
 }
 .AnyTagClassName
 {
   color: #762138;
 }
</style>

background-color css

<style>
 a { background-color: #762138; }

 a { background-color: rgb(118,33,56); }

 div.DivClassName
 {
   background-color: #762138;
 }
 .BgClassName
 {
   background-color: #762138;
 }
</style>

border-color css

<style>
 span { border-color: #762138; }

 span { border-color: rgb(118,33,56); }

 td.TdClassName
 {
   border-color: #762138;
 }
 .TagClassName
 {
   border-color: #762138;
 }
</style>