Html Css Color HEX #762F1D Pueblo

📋 copy color: '#762F1D'

red 118 ◦ green 47 ◦ blue 29

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

Shades of Pueblo #762F1D

Tints of Pueblo #762F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.23%

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 60.82%
G = 24.23%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#762F1D (or 0x762F1D) is known color: Pueblo. HEX triplet: 76, 2F and 1D. RGB value is (118,47,29). Sum of RGB (Red+Green+Blue) = 118+47+29=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #762F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F1D is #89D0E2. Grayscale: #424242. Windows color (decimal): -9031907 or 1912694. OLE color: 1912694.

HSL color Cylindrical-coordinate representation of color #762F1D: hue angle of 12.13º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762F1D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 29 -
CMYK 0 0.60 0.75 0.54
HSL 12.13º 0.61% 0.29% -
HSV(B) 12.13º 0.75% 0.46% -
XYZ 8.71 5.97 1.86 -
YUV 66.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 118 47 29 0 0.60 0.75 0.54 12.13 0.61 0.29
Hex 76 2F 1D 0 3C 4B 36 C 3D 1D
Octal 166 57 35 0 74 113 66 14 75 35
Binary 1110110 101111 11101 0 111100 1001011 110110 1100 111101 11101

Color Harmonies of #762F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F1D

Black with #762F1D

Text Example


Text Example

White with #762F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F1D; }

 p { color: rgb(118,47,29); }

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

background-color css

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

 a { background-color: rgb(118,47,29); }

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

border-color css

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

 span { border-color: rgb(118,47,29); }

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